home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-03-04 | 617 b | 15 lines |
- #ident "%W% %E% %Q%"
- ###########################################################################
- # Sample makefile for sub-makes in one directory
- ###########################################################################
- SRCROOT= ../..
- RULESDIR= RULES
- include $(SRCROOT)/$(RULESDIR)/rules.top
- ###########################################################################
-
- MK_FILES= makefiles.mk makerules.mk
-
- ###########################################################################
- include $(SRCROOT)/$(RULESDIR)/rules.mks
- ###########################################################################
-